func crypto/tls.cipherSuiteByID
4 uses
crypto/tls (current package)
cipher_suites.go#L180: candidate := cipherSuiteByID(id)
cipher_suites.go#L394: if c := cipherSuiteByID(cID); c != nil {
cipher_suites.go#L645: return cipherSuiteByID(id)
cipher_suites.go#L651: func cipherSuiteByID(id uint16) *cipherSuite {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)